type nhooyr.io/websocket.opcode
9 uses
nhooyr.io/websocket (current package)
frame.go#L17: type opcode int
frame.go#L21: opContinuation opcode = iota
frame.go#L43: opcode opcode
frame.go#L66: h.opcode = opcode(b & 0xf)
stringer.go#L29: func (i opcode) String() string {
write.go#L60: opcode opcode
write.go#L131: mw.opcode = opcode(typ)
write.go#L234: func (c *Conn) writeControl(ctx context.Context, opcode opcode, p []byte) error {
write.go#L246: func (c *Conn) writeFrame(ctx context.Context, fin bool, flate bool, opcode opcode, p []byte) (_ int, err error) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |